home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Tools.Dxr / Internal_29_audio-balloon-go back.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  238 b   |  16 lines

  1. on exitFrame
  2.   global balloonSprite
  3.   if soundBusy(2) then
  4.     go(the frame)
  5.   else
  6.     puppetSprite(balloonSprite, 0)
  7.     go(the frame - 1)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   stopSound2()
  13.   puppetSprite(balloonSprite, 0)
  14.   go(the frame - 1)
  15. end
  16.